Version

Tree Method

Renders the specified tree model.
Overload List
OverloadDescription
Tree(TreeModel)Renders the specified tree model.  
Tree(TreeModel,IDictionary<String,Object>)Renders the tree with the specified tree model and html attributes.  
Tree(TreeModel,Object)Renders the tree with the specified tree model and html attributes.  
Tree(String,TreeModel)Renders the tree with the specified id and model.  
Tree(String,TreeModel,IDictionary<String,Object>)Renders the tree with the specified id, model and html attributes.  
Tree(String,TreeModel,Object)Renders the tree with the specified id, model and html attributes.  
Tree()Creates a wrapper to chain initialization properties on for the igTree control.  
Tree(IDictionary<String,Object>)Creates a wrapper to chain initialization properties on for the igTree control and sets its html attributes.  
Tree(Object)Creates a wrapper to chain initialization properties on for the igTree control and sets its html attributes.  
Tree(IQueryable)Creates a wrapper to chain initialization properties on for the igTree control with a specified data model.  
Tree(IQueryable,IDictionary<String,Object>)Creates a wrapper to chain initialization properties on for the igTree control with a specified data model.  
Tree(IQueryable,Object)Creates a wrapper to chain initialization properties on for the igTree control with a specified data model.  
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub